home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1995 December
/
Computer Life December 1995.iso
/
astound
/
ast30day.3
/
ASTOUND
/
MCITMPL
/
MIDI.AMT
< prev
next >
Wrap
INI File
|
1995-03-15
|
1KB
|
75 lines
[MCITemplates]
PlayNormal=Play
PlayPos=Play From Position
PlayTrans=Play During Transition
PlayTempo=Play At Tempo
[Script PlayNormal Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTempo Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
[Entry]
play {ALIAS}
set {ALIAS} tempo {BEATS PER MINUTE}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayPos Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
set {ALIAS} time format tmsf
seek {ALIAS} to {TIME}
[Entry]
play {ALIAS}
[Exit]
stop {ALIAS}
[Ending]
close {ALIAS}
[Script End]
[Script PlayTrans Start]
[Beginning]
open {DEVICE}{FILENAME} alias {ALIAS}
play {ALIAS}
[Entry]
pause {ALIAS}
[Exit]
play {ALIAS}
[Ending]
stop {ALIAS}
close {ALIAS}
[Script End]